'Declaration <DescriptionAttribute("The property name.")> Public ReadOnly Property PropertyName As System.String
[Description("The property name.")] public System.String PropertyName { get; }
[Description("The property name.")] public: __property System.String get_PropertyName();
[Description("The property name.")] public:
property System.String PropertyName { System.String get(); }